home *** CD-ROM | disk | FTP | other *** search
- object InputForm: TInputForm
- Left = 288
- Top = 233
- ActiveControl = Input
- BorderStyle = bsDialog
- Caption = 'InputForm'
- ClientHeight = 96
- ClientWidth = 170
- Color = clSilver
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- ShowHint = True
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 15
- object Prompt: TLabel
- Left = 11
- Top = 3
- Width = 40
- Height = 15
- Caption = 'Prompt'
- Color = clSilver
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- Transparent = True
- end
- object Input: TEdit
- Left = 11
- Top = 20
- Width = 151
- Height = 23
- ParentShowHint = False
- ShowHint = False
- TabOrder = 0
- OnKeyUp = InputKeyUp
- end
- object Button1: TButton
- Left = 9
- Top = 66
- Width = 67
- Height = 25
- Caption = '&Ok'
- ModalResult = 1
- ParentShowHint = False
- ShowHint = False
- TabOrder = 3
- end
- object Button2: TButton
- Left = 97
- Top = 66
- Width = 64
- Height = 25
- Cancel = True
- Caption = '&Cancel'
- ModalResult = 2
- ParentShowHint = False
- ShowHint = False
- TabOrder = 2
- end
- object chbMask: TCheckBox
- Left = 10
- Top = 46
- Width = 111
- Height = 17
- Caption = 'Mask password'
- TabOrder = 1
- Visible = False
- OnClick = chbMaskClick
- end
- end
-